Protocol options¶
Http2ProtocolOptions¶
{
"hpack_table_size": "{...}",
"max_concurrent_streams": "{...}",
"initial_stream_window_size": "{...}",
"initial_connection_window_size": "{...}"
}
- hpack_table_size
- (UInt32Value)
- max_concurrent_streams
- (UInt32Value)
- initial_stream_window_size
- (UInt32Value)
- initial_connection_window_size
- (UInt32Value)
GrpcProtocolOptions¶
{
"http2_protocol_options": "{...}"
}
- http2_protocol_options
- (Http2ProtocolOptions)